|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InternalActionItemContainer
This interface represents sub-menu constructs within a context menu setting. It maintains a set of actions that will be placed into the sub-menu.
| Method Summary | |
|---|---|
boolean |
addActionItem(InternalActionItem actionItem)
Adds the given action item to the list of items contained in this sub-menu. |
void |
fillContextMenu(org.eclipse.jface.action.IMenuManager menuManager)
Adds this containers actions and child containers to the given menu manager. |
InternalActionItemContainer |
findContainer(java.util.Stack ids)
Locates the container with the given set of ids. |
| Method Detail |
|---|
boolean addActionItem(InternalActionItem actionItem)
actionItem - The item to add.
true if the action was added, false
if another action with the same name is already containedInternalActionItemContainer findContainer(java.util.Stack ids)
ids - A Stack of id strings
void fillContextMenu(org.eclipse.jface.action.IMenuManager menuManager)
menuManager -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||